home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / Plotting / aa_m68k_Intel_Only / HippoDraw.app / Hippo.bundle / HGraphicView.nib / data.classes < prev    next >
Encoding:
Text File  |  1993-01-23  |  1.0 KB  |  78 lines

  1. MySubclass = {
  2.     SUPERCLASS = Object;
  3. };
  4. FirstResponder = {
  5.     ACTIONS = {
  6.     prefPanel:;
  7.     };
  8.     SUPERCLASS = Object;
  9. };
  10. HGraphicView = {
  11.     ACTIONS = {
  12.     cut:;
  13.     unoverlay:;
  14.     prefPanel:;
  15.     alignYRange:;
  16.     alignYNumBins:;
  17.     alignAll:;
  18.     alignSize:;
  19.     delete:;
  20.     addPage:;
  21.     alignXNumBins:;
  22.     alignXRange:;
  23.     overlay:;
  24.     prefButton:;
  25.     };
  26.     OUTLETS = {
  27.     prefPanel;
  28.     tupleList;
  29.     plotList;
  30.     cutList;
  31.     hDraw;
  32.     prefForm;
  33.     };
  34.     SUPERCLASS = GraphicView;
  35. };
  36. GraphicView = {
  37.     ACTIONS = {
  38.     takeTextColorFrom:;
  39.     paste:;
  40.     alignToGrid:;
  41.     selectAll:;
  42.     hideGrid:;
  43.     takeGridValueFrom:;
  44.     changeAspectRatio:;
  45.     group:;
  46.     delete:;
  47.     takeLineJoinFrom:;
  48.     takeFrameValueFrom:;
  49.     takeGridGrayFrom:;
  50.     bringToFront:;
  51.     enableGrid:;
  52.     takeLineArrowFrom:;
  53.     setCurrentGraphic:;
  54.     ungroup:;
  55.     takeGrayValueFrom:;
  56.     changeFont:;
  57.     unlock:;
  58.     takeLineWidthFrom:;
  59.     deselectAll:;
  60.     copy:;
  61.     takeLineCapFrom:;
  62.     sizeToGrid:;
  63.     sendToBack:;
  64.     takeFillColorFrom:;
  65.     takeFillValueFrom:;
  66.     takeLineColorFrom:;
  67.     lock:;
  68.     cut:;
  69.     };
  70.     OUTLETS = {
  71.     saveList;
  72.     slist;
  73.     cacheWindow;
  74.     glist;
  75.     };
  76.     SUPERCLASS = View;
  77. };
  78.